object OneScrDlg: TOneScrDlg Left = 527 Top = 115 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Statistics for ...' ClientHeight = 308 ClientWidth = 399 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 159 Top = 280 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object OneScrGrid: TStringGrid Left = 8 Top = 12 Width = 381 Height = 261 TabStop = False ColCount = 4 DefaultColWidth = 90 FixedCols = 0 RowCount = 32 Options = [goFixedVertLine, goFixedHorzLine, goVertLine] ParentColor = True ScrollBars = ssVertical TabOrder = 1 end end